Northwoods.GoSilverlight 1.3.5 Assembly
IsLinkData Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : IsLinkData Method

linkdata
the object to be checked to see if it is a known link data in this model
This predicate is true if the argument is a link data in this model.

Syntax

Visual Basic (Declaration) 
Public Function IsLinkData( _
   ByVal linkdata As LinkType _
) As Boolean
C# 
public bool IsLinkData( 
   LinkType linkdata
)

Parameters

linkdata
the object to be checked to see if it is a known link data in this model

Return Value

true if the linkdata is in the LinksSource

Remarks

This is used for model navigation.

This uses a hash table lookup.

Requirements

See Also

© 2012 All Rights Reserved.